From: Arnaud Lacombe Date: Mon, 16 Aug 2010 04:19:06 +0000 (-0400) Subject: kbuild: fix typo X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~15805^2~33 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=c24035b9edad6164ddc12e88444acea741d5e309;p=linux-4.9.git kbuild: fix typo Signed-off-by: Arnaud Lacombe Signed-off-by: Michal Marek --- diff --git a/scripts/kconfig/nconf.gui.c b/scripts/kconfig/nconf.gui.c index d963071e48df..f8137b3a5382 100644 --- a/scripts/kconfig/nconf.gui.c +++ b/scripts/kconfig/nconf.gui.c @@ -137,7 +137,7 @@ void set_colors() if (has_colors()) { normal_color_theme(); } else { - /* give deafults */ + /* give defaults */ no_colors_theme(); } }